home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 February / Gamestar_81_2006-02_dvd.iso / Red Shark / Resources / Mission10Strings.script < prev    next >
Text File  |  2002-07-01  |  1KB  |  37 lines

  1. //-------------------------------------------------------------------
  2. //
  3. //  This code is copyright 2001 by G5 Software.
  4. //  Any unauthorized usage, either in part or in whole of this code
  5. //  is strictly prohibited. Violators WILL be prosecuted to the
  6. //  maximum extent allowed by law.
  7. //
  8. //-------------------------------------------------------------------
  9.  
  10. //
  11. //  Mission strings
  12. //
  13.  
  14. class CInterceptConvoyMission_Strings
  15. {
  16.   final static array m_MissionObjectives = array(
  17.       "Od°φznout a zniΦit konvoj na cest∞ z Austerlitzu do Nordgeimeru",
  18.       "Od°φznout a zniΦit konvoj na cest∞ z Austerlitzu do Titova"
  19.     );
  20.  
  21.   final static array m_BonusMissionObjectives = array(
  22.       "VyΦistit Titovu vesnici"
  23.     );
  24.  
  25.   final static string str_StatisticsTitle = "";
  26.   final static string str_WarningMessage  = "VAROV┴N═: Poplach";
  27.   final static string str_ConvoyAEscaped  = "Mise byla ne·sp∞Ünß: Konvoj dorazil do Nordgeimeru";
  28.   final static string str_ConvoyBEscaped  = "Mise byla ne·sp∞Ünß: Konvoj dorazil do Titova";
  29.  
  30.   final static array m_NavigationPoints = array(
  31.       "Titovo",
  32.       "Zßkladna Nordgeimer",
  33.       "Zßkladna Austerlitz"
  34.     );
  35. }
  36.  
  37.